projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e0c56
)
(gud): Change to group `processes'.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 12 Aug 2007 17:53:21 +0000
(17:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 12 Aug 2007 17:53:21 +0000
(17:53 +0000)
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index 2131aebe2a8e6820fb8d725a9fcdbd3265f0e6a0..f4c31ac203a5d9ce9b24716861ee5855577dcf46 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-59,7
+59,7
@@
(defgroup gud nil
"Grand Unified Debugger mode for gdb and other debuggers under Emacs.
Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python), jdb."
- :group '
unix
+ :group '
processes
:group 'tools)